projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08a816
)
(emacs.o): Depend on buffer.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Apr 1998 21:20:31 +0000
(21:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Apr 1998 21:20:31 +0000
(21:20 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 1cb518e07981785e0f3c9a079cb42788c261f5dd..eab0642793faf142a69703a125be50074999fc44 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-1032,7
+1032,7
@@
dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
$(config_h)
emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
- INTERVAL_SRC $(config_h)
+
buffer.h
INTERVAL_SRC $(config_h)
fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
coding.h $(config_h)
filelock.o: filelock.c buffer.h paths.h $(config_h)